func net/textproto.isASCIILetter

2 uses

	net/textproto (current package)
		reader.go#L147: 		if len(peek) > 0 && (isASCIILetter(peek[0]) || peek[0] == '\n') ||
		textproto.go#L149: func isASCIILetter(b byte) bool {